Skip to content

chore(android-sqlite): Remove experimental status from SentrySQLiteDriver - #5938

Merged
0xadam-brown merged 1 commit into
mainfrom
chore/remove-experimental-sqlite-driver-status
Aug 12, 2026
Merged

chore(android-sqlite): Remove experimental status from SentrySQLiteDriver#5938
0xadam-brown merged 1 commit into
mainfrom
chore/remove-experimental-sqlite-driver-status

Conversation

@0xadam-brown

@0xadam-brown 0xadam-brown commented Aug 12, 2026

Copy link
Copy Markdown
Member

📜 Description

Removes @ApiStatus.Experimental from SentrySQLiteDriver.

💡 Due Diligence

Crash review (Sentry sdk-crashes-java + Datadog SDK Crash Detection):

  • Only a handful of events (~10 over ~2 weeks) mention SentrySQLiteDriver / SentrySQLiteStatement. All are ordinary Android SQLite failures (disk I/O, full disk, read-only, can’t open) that pass through the wrapper — not instrumentation bugs.
  • No ANRs, NPEs, or “Failed to instrument SQLite” failures on the io.sentry.sqlite path.
  • Datadog Android crash rates for versions ogwith the driver (8.45+) look healthy (~0.5–1.6 SDK crashes per 1K crashes excl. ANRs); no post-release spike attributable to the driver.
  • Higher-volume “sqlite” noise in crash dashboards is almost entirely the older SentrySupportSQLite* path (same false-positive pattern: customer DB errors with our frames as culprit).

💚 How did you test it?

📝 Checklist

  • I added GH Issue ID & Linear ID
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.
  • Public API changes reviewed by another Mobile SDK team member or implemented according to the develop docs spec.

🔮 Next steps

@0xadam-brown
0xadam-brown force-pushed the chore/remove-experimental-sqlite-driver-status branch from c15983f to 383218a Compare August 12, 2026 13:25
@sentry

sentry Bot commented Aug 12, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.52.0 (1) release

⚙️ sentry-android Build Distribution Settings

@0xadam-brown
0xadam-brown force-pushed the chore/remove-experimental-sqlite-driver-status branch from 383218a to 9e0dc44 Compare August 12, 2026 13:28
…iver

Removes @ApiStatus.Experimental from SentrySQLiteDriver after reviewing production crash signal.

Crash review (Sentry sdk-crashes-java + Datadog SDK Crash Detection):

 - Only a handful of events (~10 over ~2 weeks) mention SentrySQLiteDriver / SentrySQLiteStatement. All are ordinary Android SQLite failures (disk I/O, full disk, read-only, can’t open) that pass through the wrapper — not instrumentation bugs.

 - No ANRs, NPEs, or “Failed to instrument SQLite” failures on the io.sentry.sqlite path.

 - Datadog Android crash rates for versions with the driver (8.45+) look healthy (~0.5–1.6 SDK crashes per 1K crashes excl. ANRs); no post-release spike attributable to the driver.

 - Higher-volume “sqlite” noise in crash dashboards is almost entirely the older SentrySupportSQLite* path (same false-positive pattern: customer DB errors with our frames as culprit).
@github-actions

github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 318.52 ms 358.98 ms 40.46 ms
Size 0 B 0 B 0 B

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
6b019b7 343.31 ms 417.23 ms 73.91 ms
d15471f 286.65 ms 314.68 ms 28.03 ms
d217708 409.83 ms 474.72 ms 64.89 ms
d500866 326.13 ms 378.70 ms 52.58 ms
fcec2f2 314.96 ms 373.66 ms 58.70 ms
d501a7e 314.55 ms 343.34 ms 28.79 ms
7414e9b 322.49 ms 378.88 ms 56.39 ms
fcec2f2 357.47 ms 447.32 ms 89.85 ms
a416a65 316.52 ms 359.67 ms 43.15 ms
983e0f0 350.64 ms 386.44 ms 35.79 ms

App size

Revision Plain With Sentry Diff
6b019b7 0 B 0 B 0 B
d15471f 1.58 MiB 2.13 MiB 559.54 KiB
d217708 1.58 MiB 2.10 MiB 532.97 KiB
d500866 0 B 0 B 0 B
fcec2f2 1.58 MiB 2.12 MiB 551.50 KiB
d501a7e 0 B 0 B 0 B
7414e9b 0 B 0 B 0 B
fcec2f2 1.58 MiB 2.12 MiB 551.50 KiB
a416a65 1.58 MiB 2.12 MiB 555.26 KiB
983e0f0 0 B 0 B 0 B

@0xadam-brown
0xadam-brown force-pushed the chore/remove-experimental-sqlite-driver-status branch from 9e0dc44 to 5363cc2 Compare August 12, 2026 13:37
@0xadam-brown
0xadam-brown marked this pull request as ready for review August 12, 2026 13:37

@runningcode runningcode left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment thread sentry-android-sqlite/build.gradle.kts
@0xadam-brown
0xadam-brown enabled auto-merge (squash) August 12, 2026 13:40
@0xadam-brown
0xadam-brown merged commit c5053ad into main Aug 12, 2026
71 of 72 checks passed
@0xadam-brown
0xadam-brown deleted the chore/remove-experimental-sqlite-driver-status branch August 12, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants